object FormAbout: TFormAbout Left = 509 Top = 191 BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 201 ClientWidth = 326 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object I_Icon: TImage Left = 24 Top = 28 Width = 33 Height = 33 end object L_Name: TLabel Left = 80 Top = 16 Width = 233 Height = 56 AutoSize = False Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -48 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 88 Top = 104 Width = 145 Height = 13 Caption = 'Help : www.xs4all.nl/~houtriet' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 88 Top = 128 Width = 117 Height = 13 Caption = 'Email : houtriet@xs4all.nl' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object L_Version: TLabel Left = 88 Top = 80 Width = 97 Height = 13 AutoSize = False end object B_Ok: TButton Left = 232 Top = 168 Width = 81 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = B_OkClick end end